projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552775b
)
(byte-recompile-directory): At end of compiling a file,
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Aug 1993 04:47:30 +0000
(
04:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Aug 1993 04:47:30 +0000
(
04:47
+0000)
put back the "Checking DIR..." message.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index be628b8c6a67b7236fb7b35ee2084548be320a9b..1bf1b87803992b7648cda0d5b99a932869c4f861 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1100,6
+1100,8
@@
A nonzero prefix argument also means ask about each subdirectory."
(progn (if (and noninteractive (not byte-compile-verbose))
(message "Compiling %s..." source))
(byte-compile-file source)
+ (or noninteractive
+ (message "Checking %s..." directory))
(setq file-count (1+ file-count))
(if (not (eq last-dir directory))
(setq last-dir directory